Code Monkey home page Code Monkey logo

Comments (9)

jackmott avatar jackmott commented on August 24, 2024

Thanks, I probably changed the easygl wrapper and forget to go update hello_triangle, I'll fix it up tonight.

from easygl.

jackmott avatar jackmott commented on August 24, 2024

fixed

from easygl.

dom96 avatar dom96 commented on August 24, 2024

@jackmott Not sure if I mentioned this to you already, but it would be great if you followed the Nim code conventions. i.e. don't name your templates/procs with a capital letter at the start.

from easygl.

jackmott avatar jackmott commented on August 24, 2024

Ok I can fix that, but just noticed that nimble can no longer build because glm now requires nim 17.3 which I do not have, and I can't figure out how to request an older version.

requires "glm 0.2.0" doesn't seem to work.

from easygl.

dom96 avatar dom96 commented on August 24, 2024

You can try requires "glm#<commit_hash>" where commit_hash is the git commit hash of the version you want.

from easygl.

jackmott avatar jackmott commented on August 24, 2024

that did it!
now to see if vs code's nim plugin has rename symbol

from easygl.

jackmott avatar jackmott commented on August 24, 2024

@dom96 what is the best way to be able to compile all of the src files in the examples subdir at once? is there a way to set that up in the nimble file?

from easygl.

dom96 avatar dom96 commented on August 24, 2024

not currently. I mean you can write a task that does it, but Nimble doesn't have any default functionality for that.

from easygl.

jackmott avatar jackmott commented on August 24, 2024

allright, lowerecased it.

from easygl.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.