Giter VIP home page Giter VIP logo

nodegl's People

Contributors

danielhammerl avatar dependabot[bot] avatar enzoalbornoz avatar ramaddict avatar weyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nodegl's Issues

Some changes required for running on apple macOS

Hey there, at first I want to thank you for this cool project!

I noticed that it won't compile and macOS and could identify 2 changes you would have to make.

1: Set CMAKE_CXX_STANDARD
In CMakeLists.txt, add the line:

set(CMAKE_CXX_STANDARD 11)

2: Change OpenGL include on an apple platform:
replace the line

#include <GL/gl.h>

with:

#if defined(__APPLE__)
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif

With those 2 changes in compiles successfully on my Mac (MacOS 13, arm64)

OMG Cmake is not installed.

I installed with the installer not the binary and I install VS (not just VS code) and ran npm i then npm i nodegl and it still says it

npm ERR! command C:\Windows\system32\cmd.exe /d /s /c cmake-js build
npm ERR! [
npm ERR!   'C:\\Program Files\\nodejs\\node.exe',
npm ERR!   'C:\\Users\\#####\\Documents\\Coding Projects\\Nyxx\\node_modules\\nodegl\\node_modules\\cmake-js\\bin\\cmake-js',
npm ERR!   'build'
npm ERR! ]
npm ERR! ERR! OMG CMake is not installed. Install CMake.
npm ERR! ERR! OMG CMake is not installed. Install CMake.

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.