Changeset 37442 in project for wiki/eggref/5/soil
- Timestamp:
- 03/23/19 12:58:43 (22 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/soil
r37426 r37442 4 4 == soil 5 5 [[toc:]] 6 [[toc:]] 6 7 7 8 [[http://www.lonesock.net/soil.html|SOIL]] bindings for Chicken. 8 9 9 The source is available on [[https:// github.com/dleslie/soil-egg|GitHub]]10 The source is available on [[https://www.upyum.com/cgit.cgi/soil-egg/|a git repository]]. 10 11 11 12 The interface adheres closely to the stock SOIL interface. 12 13 13 soil is known to work on Linux, Mac OS X, Windows, and with OpenGL ES. soil will automatically compile with ES support on ARM hardware, or when {{gles}} is defined during compilation (e.g. {{chicken-install -D gles}}).14 soil is known to work on Linux, Mac OS X, Windows, and with OpenGL ES. 14 15 15 16 Much thanks to Jonathan Dummer for writing the original SOIL library. … … 296 297 Alex Charlton (alex.n.charlton@gmail.com) 297 298 299 Adrien (Kooda) Ramos (kooda@upyum.com) 300 298 301 299 302 === Version history 303 * 1.6: Ported to CHICKEN 5 and libepoxy 300 304 * 1.3: Remove {{dds-cubemap-face-order}}, fix texture creation function return values, support OpenGL ES 301 305 * 1.2: SOIL source built into egg … … 319 323 320 324 The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Daniel J. Leslie. 325
Note: See TracChangeset
for help on using the changeset viewer.