Skip to content
@HeavyGL

HeavyGL

  • Argentina

Welcome!

If you are interested to get the latest news go to the official website: https://heavygl.github.io/

📚 Specification

HeavyGL Special functions are not included (glXSetContext, glXSetBuffer,...)

Down to a1.2.0
  • glClearColor(float, float, float): Sets the clear color to an RGB value using the RGB 32 bit float values specified.
  • glClear(): Clears using the latest clear color.
Down to b1.2.0
  • glGetString(GLenum): Returns a string constant depending on the id passed.
  • glEnable(GLfeature): Enables some feature
  • glDisable(GLfeature): Disables a feature
  • glFillRect(float, float, float, float): Draws a rectangle filled using black color
Down to c1.2.0 (not released yet)
  • glCreateMask(): Returns a new instance of GLmask.
  • glApplyMask(GLmask): Applies any mask.
  • glCreateTexture(): Creates a new instance of GLtexture.
  • glTexture(GLtexture): Creates a mask wrapping a texture and applies it automatically.
  • glColor3f(float, float, float): Sets the primary color for drawing, RGB 32-bit float scheme.
  • glFillRect(GLrect): Draws a rectangle filled with the latest specified primary fill color.
Down to c1.2.1 (not released yet)
  • glDrawLine(GLvec2, GLvec2): Draws a line from point A (GLvec2) to point B (GLvec2) using primary color.
  • glDrawRect(GLrect): Draws a rectangle outlined with primary color.

Popular repositories Loading

  1. heavygl-jni heavygl-jni Public

    A Heavy graphics library work in progress yet (JNI)

    Java

  2. heavygl heavygl Public

    A Heavy graphics library work in progress yet

    C

  3. heavygl.github.io heavygl.github.io Public

    The official web page for the HeavyGL project!

    CSS

  4. .github .github Public

Repositories

Showing 4 of 4 repositories
  • heavygl.github.io Public

    The official web page for the HeavyGL project!

    HeavyGL/heavygl.github.io’s past year of commit activity
    CSS 0 0 0 0 Updated Nov 27, 2024
  • .github Public
    HeavyGL/.github’s past year of commit activity
    0 0 0 0 Updated Nov 27, 2024
  • heavygl Public

    A Heavy graphics library work in progress yet

    HeavyGL/heavygl’s past year of commit activity
    C 0 0 0 0 Updated Nov 16, 2024
  • heavygl-jni Public

    A Heavy graphics library work in progress yet (JNI)

    HeavyGL/heavygl-jni’s past year of commit activity
    Java 0 0 0 0 Updated Nov 15, 2024

Top languages

Loading…

Most used topics

Loading…