Skip to content

chqrlie/sokol-c2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sokol-c2

C2 bindings for the sokol headers
(https://github.com/floooh/sokol)

build run examples

make example=clear run
make example=triangle run
make example=triangle-bufferless run
make example=quad run
make example=bufferoffsets run
make example=cube run

If build echo max char 31 error,
modify c2compiler/ast_utils/constants.c2:line 21: MaxIdentifierLen = 96;
and rebuild c2compiler

About

C2 bindings for the sokol headers (https://github.com/floooh/sokol)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • Objective-C 10.1%
  • Other 0.3%