Giter Site home page Giter Site logo

antopilo / nuake Goto Github PK

View Code? Open in Web Editor NEW
109.0 109.0 10.0 41.04 MB

Nuake is a modern engine inspired by the Quake engine that integrates with Trenchbroom

Home Page: https://nuake.antopilo.dev

License: MIT License

CMake 0.03% C++ 76.04% GLSL 0.23% HTML 1.75% CSS 0.05% C 11.79% Lua 0.09% Batchfile 0.01% Makefile 0.20% Roff 0.02% Shell 0.01% JavaScript 0.34% Dart 0.07% Python 0.17% Ruby 0.03% Wren 9.15% C# 0.04%
game-engine gameengine quake

nuake's Introduction


Hey there, I'm Antoine!
I'm a c++ software developer.
I'm mainly interested in graphics programming, game engines and realtime softwares.

šŸ”­ Iā€™m currently working on Nuake


-----

~ website Ā· twitter Ā· linkedin ~

nuake's People

Contributors

antopilo avatar emerycp avatar fhomolka avatar misslavender-lq avatar t00n3 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

nuake's Issues

shader compilation error, crash after creating game project and can't import .project files

shader compilation error:

[17:02:02] renderer - Driver detected 4.3.0 - Build 20.19.15.4531
[17:02:02] texture - Failed to load texture: resources/Textures/default/Default.png
[17:02:02] texture - Failed to load texture: resources/Textures/default/defaultNormal.png
[17:02:02] texture - Failed to load texture: default
Failed to compile vertex shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460
WARNING: 0:2: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:2: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:4: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
ERROR: 0:8: 'vec2' : syntax error syntax error


Failed to compile Fragment shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460
WARNING: 0:22: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:22: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:27: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:27: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:32: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:32: 'assign' : implicit type conversion allowed from GLSL 1.20
WARNING: 0:57: 'texture' : function is not available in current GLSL version


Failed to compile vertex shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460
WARNING: 0:2: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:2: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:4: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
ERROR: 0:8: 'vec2' : syntax error syntax error


Failed to compile Fragment shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460
ERROR: 0:4: 'vec2' : syntax error syntax error


[17:02:02] main - Engine initialized
Failed to compile vertex shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:3: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:4: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:4: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:4: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version
WARNING: 0:5: 'GL_ARB_explicit_attrib_location' :  extension is not available in current GLSL version


Failed to compile Fragment shader!
ERROR: 0:2: '' :  incorrect GLSL version: 460

editor crash after creating a project.
can't import .project files(probably mistake: it appears allowed files to be imported are |*.project, .project files don't appear on import screen)

License change to MIT

Hey there,

Would you consider a license change to MIT or BSD? Since the engine is a complete rewrite and no Quake bits are used it would be beneficial to have a more permissive license.

Thanks!

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.