Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
/ r-tech1 Public archive

A set of C++ wrappers around low level libraries mainly used for game development

License

Notifications You must be signed in to change notification settings

kazzmir/r-tech1

Repository files navigation

Archived on 2023-02-11 (February 11, 2023)

The code is now part of Paintown: https://github.com/kazzmir/paintown

R Tech 1

A set of C++ wrappers around existing graphical, music and other misc. libraries. The library historically used to wrap allegro4, SDL 1.2 and subsequently Allegro5. This allowed for using SDL to build Paintown on platforms such as the Wii. Since separating R Tech 1 from Paintown it now only depends on Allegro5 as its backend. In the future SDL 2 or other libraries may be supported.


Projects that use R Tech 1

Project Name GitHub Author
Paintown view kazzmir
Asteroids view kazzmir
Platform Engine view juvinious

Requirements

Libraries that R Tech 1 includes or wraps:

Library Provides In build
Allegro5 graphics/sound/input *External
Freetypo2 fonts *External
zlib compression *External
7zip compression Internal
LZ4 compression Internal
ZIP compression Internal
Hawknl network Internal
SFL filesystem/os Internal
PCRE regular expressions Internal
HQX/XBR pixel scaling Internal
DUMB mod/s3m/xm/it Internal
GME console sound formats, e.g: NES, SNES, etc Internal
* External libraries are linked in using pkg-config after install

How to Build, install and link to R Tech 1

 # Build, append verbose=1 to print verbosely
 $ scons
 
 # Debug build
 $ export DEBUG=1
 $ scons
 
 # To install (set prefix if desired defaults to /usr/local)
 $ export PREFIX=/usr/local
 $ sudo scons install
 
 # To get package information use pkg-config to use in your own application
 $ pkg-config r-tech1 --version
 $ pkg-config r-tech1-debug --cflags --libs

Originally written for the game Paintown

About

A set of C++ wrappers around low level libraries mainly used for game development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages