FineGraphics
Home
Install
Examples
Modules
Classes
  • Class List
  • Class Index
  • Function Index
  • Variable Index
  • Enumeration Index
Files
Pages
Home
Install
Examples
Modules
Classes
  • Class List
  • Class Index
  • Function Index
  • Variable Index
  • Enumeration Index
Files
Pages
  • Examples

    • Clock
      • Cube
        • CubeMap
          • True Type Font
            • Tree
              • Empty
                • Image
                  • Shader

                  # Examples

                  The following are examples from https://github.com/matusnovak/finegraphics/blob/master/examples .

                  # Clock

                  Simple analog clock using the 2D canvas API.

                  clock.jpg

                  # Cube

                  Allocate a vertex buffer and create a shader program to render cube

                  cube.jpg

                  # CubeMap

                  Load a cubemap from a raw pixels and allocate GLTextureCubemap with a shader

                  cubemap.jpg

                  # True Type Font

                  Draw text using True Type font

                  truetypefont.jpg

                  # Tree

                  Render a binary tree using the Canvas

                  tree.jpg

                  # Empty

                  Hello world program using the Canvas

                  empty.jpg

                  # Image

                  Load an image into GLTexture2D and render it using the Canvas

                  image.jpg

                  # Shader

                  Compile and use a simple hello world shader program

                  shader.jpg