daokoder/DaoGraphics
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Dao Graphics Engine =================== DaoGraphics is a lightweight graphics engine written in C with interfaces to Dao. Features -------- 1. Support both 2D and 3D graphics; 2. Support resolution-independent vector graphics; 3. Support OpenGL 3.2+ and OpenGL ES 3.0+; 4. Minimum external dependency (Dao); Dependency resolved by including the sources: --------------------------------------------- 1. GLFW for window and context creation; 2. LodePNG library for PNG decoding and encoding; 3. MicroJPEG (uJEPG) for JPEG decoding; 4. stb_truetype.h for TrueType font loading; License ------- The engine is released under the Simplified BSD License. The fonts accompanying the engine were released under the Apache License by Google. Other media files in the "media" folder are also released under proper licenses, please see "media/README" for more details. How to compile -------------- Place it as a subdirectory "DaoGraphics" under "dao/modules/", then compile Dao using "make -f Makefile.daomake PLATFORM".
About
Dao Graphics Engine
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published