Skip to content

Commit

Permalink
Fixing git repo. Working branch was lost in renaming, uploading local…
Browse files Browse the repository at this point in the history
… back to origin.

Past commits:
Savable class - Save load texture/buffer/object
Fixed order of object creation - now "per instance" is set on buffer creation to fix attribdiv bug
Better texture - still needs anti-scaling
Delete parent widget instead of individual objects
  • Loading branch information
Anthz committed Feb 12, 2017
1 parent 85fba31 commit fceed3e
Show file tree
Hide file tree
Showing 150 changed files with 1,922 additions and 2,288 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.userosscache
*.sln.docstates

Logs/

# Build results
[Dd]ebug/
[Dd]ebugPublic/
Expand Down
9 changes: 5 additions & 4 deletions CUGL.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SOURCES += main.cpp\
texture.cpp \
texturepopup.cpp \
utilities.cpp \
savable.cpp \

HEADERS += mainwindow.h \
glwidget.h \
Expand All @@ -61,7 +62,7 @@ HEADERS += mainwindow.h \
texture.h \
texturepopup.h \
utilities.h \
serializable.h \
savable.h \

FORMS += mainwindow.ui

Expand All @@ -80,11 +81,11 @@ OBJECTS_DIR = debug/obj # directory where .obj files will be saved
#CUDA Settings
CUDA_OBJECTS_DIR = debug/obj # directory where .obj of cuda file will be saved

CUDA_DIR = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v6.5"
CUDA_DIR = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v7.5"
SYSTEM_NAME = x64 # Depending on your system either 'Win32', 'x64', or 'Win64'
SYSTEM_TYPE = 64 # '32' or '64', depending on your system
CUDA_ARCH = sm_35 # Type of CUDA architecture, for example 'compute_10', 'compute_11', 'sm_10'
NVCC_OPTIONS += --use_fast_math # default setting
NVCC_OPTIONS += --use_fast_math # default setting22

INCLUDE_FORMATTED = $$join(CUDA_DIR,'"', '"', '/include"')
LIB_FORMATTED = $$join(CUDA_DIR,'"', '"', '/lib/x64"')
Expand All @@ -95,7 +96,7 @@ NVCC_FORMATTED = $$join(CUDA_DIR,'"', '"', '/bin/nvcc"')
INCLUDEPATH += $$CUDA_DIR/include
# library directories
QMAKE_LIBDIR += $$CUDA_DIR/lib/$$SYSTEM_NAME #"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v6.5/lib/x64"
QMAKE_LIBDIR += $$CUDA_DIR/lib/$$SYSTEM_NAME
# Add the necessary libraries
CUDA_LIBS= -lcuda -lcudart
Expand Down
Binary file removed CUGL.sdf
Binary file not shown.
22 changes: 0 additions & 22 deletions CUGL.sln

This file was deleted.

Binary file removed CUGL.v12.suo
Binary file not shown.
635 changes: 0 additions & 635 deletions CUGL.vcxproj

This file was deleted.

322 changes: 0 additions & 322 deletions CUGL.vcxproj.filters

This file was deleted.

Loading

0 comments on commit fceed3e

Please sign in to comment.