Skip to content

issues Search Results · repo:nim-lang/opengl language:Nim

Filter by

45 results
 (55 ms)

45 results

innim-lang/opengl (press backspace or delete to remove)

Can I use geometry and tessellation shaders from OpenGL4 with this?
  • coderextreme
  • 1
  • Opened 
    on Jan 12
  • #100

Upfront: I m not a nim developer and I have no idea why issue #96 commit has broken the other way. Was trying to compile a project that depends on this lib under Manjaro and I had to revert all instances ...
  • roverton
  • 5
  • Opened 
    on Oct 6, 2023
  • #97

Using nim 1.9.3 I manually changed all TXID to XID and it seems to work fine then
  • MCRusher
  • Opened 
    on May 31, 2023
  • #96

opengl.nimble when defined(windows): requires nim = 0.11.0 else: requires nim = 0.11.0 , x11 = 1.1 I hasn t install x11.nimble can build my project in macos Maybe it s better this way. when defined(windows): ...
  • Angluca
  • Opened 
    on Mar 19, 2023
  • #93

Code that throws error: import opengl loadExtensions() var framebuffer: GLuint = 0 glGenFramebuffers(1, addr framebuffer) glBindFramebuffer(GL_FRAMEBUFFER, framebuffer) glDeleteFramebuffers(1, addr ...
  • Ethosa
  • 4
  • Opened 
    on Mar 9, 2023
  • #89

The glx.nim file has a header comment indicating it is licensed under GPLv2 or later. This license is incompatible with the current MIT license. I suggest removing the header if it was added mistakenly, ...
  • Yepoleb
  • 1
  • Opened 
    on Feb 21, 2023
  • #87

See here: https://github.com/nim-lang/opengl/releases
  • treeform
  • 1
  • Opened 
    on May 8, 2021
  • #82

  • Dev1lroot
  • 1
  • Opened 
    on May 2, 2021
  • #81

Hello, On this file : opengl/src/opengl/private/constants.nim https://github.com/nim-lang/opengl/blob/master/src/opengl/private/constants.nim These constants are not in conformity, there is a c in front ...
  • ryback08
  • 1
  • Opened 
    on Mar 13, 2021
  • #80

With nim 1.2.2 on OSX: When trying to run the minimal demo of fidget: git clone https://github.com/treeform/fidget cd fidget nimble install cd examples/minimal nim c -r minimal The following error is ...
  • jorisbontje
  • 1
  • Opened 
    on Jun 25, 2020
  • #78
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub