restructure for makefile
This commit is contained in:
26
src/main.cpp
Normal file
26
src/main.cpp
Normal file
@ -0,0 +1,26 @@
|
||||
// opencl
|
||||
#include <CL/cl.hpp>
|
||||
// raylib
|
||||
#include <raylib.h>
|
||||
// sqllite
|
||||
#include <sqlite3.h>
|
||||
|
||||
#include "include/layers.hpp"
|
||||
|
||||
int main(){
|
||||
// import data
|
||||
sqlite3 *db;
|
||||
|
||||
|
||||
|
||||
// setup opencl pipeline
|
||||
|
||||
|
||||
|
||||
// setup raylib env
|
||||
|
||||
|
||||
//while loop
|
||||
// raylib thread (60fps)
|
||||
// opencl sim (every 15 seconds) swap data every 15 seconds
|
||||
}
|
||||
Reference in New Issue
Block a user