Skip to content

2-LazyDevs/Choc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choc

Choc is a Graphics API for low end devices. NOTICE: DEVELEOPMENT HAS BEEN STOPPED SO I (AR) CAN FOCUS ON MY HORROR GAME!

Compiling locally:

To compile locally, clone the repo via git:

git clone https://github.com/2-LazyDevs/Choc.git

Then compile it using Microsoft Visual Studio Build Tools CL:

cl /EHsc src\*.c tests\main.c user32.lib gdi32.lib /I include

The resulting output exe will be le_context.exe

NOTICE: THIS PROGRAM HAS BEEN ONLY COMPILED VIA CL (MS VS BUILD TOOLS) & HAS ONLY BEEN TESTED ON WINDOWS. IT ALSO DEPENDS ON WINDOW SPECIFIC LIBRARIES SUCH AS windows.h. CROSS-PLATFORM SUPPORT WILL BE ADDED IN THE FUTURE.

API Reference

Right now, I don't have time to write this but will do soon.

Contributing

Contributions are always welcome & are quite appreciated!

In order to contribute, you must agree to The 2LD OSL. Then, fork the repo, add your changes & make a pull request

Authors

Acknowledgements

Packages

No packages published

Languages