Skip to content

Instantly share code, notes, and snippets.

View drewcassidy's full-sized avatar
💭
🐇

Andrew Cassidy drewcassidy

💭
🐇
View GitHub Profile
00:35 cinebox: yeah, i have no clue why, but this engine really doesnt like my computer. i cant get it to render the basic empty project at more than 20 fps, and even zeroed out all the post processing with an unbound postfx volume
00:36 MrNexy: What are your system specs ?
00:37 cinebox: i5 2.4ghz intel iris pro graphics
00:37 cinebox: no gaming pc but come on 20fps is just ridiculous
00:37 cinebox: 8GB ram
00:38 Bronzdragon: Good morning!
00:38 MrNexy: you're using an intel gpu , you really shouldn't be surprised.
00:38 cinebox: ...
00:38 cinebox: IT RUNS AT 100FPS IN UNITY
00:38 MrNexy: this is not unity.
Initialize 1ms
Configure 6ms
Scan for out of date files 11ms
Building C object contrib/c/makekeys.c complete
Building C object contrib/c/privatetopublic.c complete
Building C object admin/angel/cjdroute2.c complete
Building C object crypto/random/randombytes.c complete
Building C object contrib/c/publictoip6.c complete
Building C object test/testcjdroute.c complete
Building C object contrib/c/sybilsim.c complete
Product Name Source Unit Price Quantity Notes Subtotal
Raspberry Pi kits [Amazon][1] $ 79.99 30 x $ 2,399.70
Square buttons [Adafruit][2] $ 5.95 15 x 3 of ea color $ 89.25
breadboards [Sparkfun][3] $ 5.36 15 x shared $ 80.40
LEDs [Sparkfun][4] $ 2.95 6 x 5 of ea color $ 17.70
resistors [Sparkfun][5] $ 0.95 6 x $ 5.70
header [Sparkfun][6] $ 0.95 30 x $ 28.50
PCBs [PentaLogix][7] $ 16 30 x price varies $ 488.10
3D Cases RapidTech $ 0 30 x see STL files $ 0.00
@drewcassidy
drewcassidy / Schema.sql
Last active August 29, 2015 13:57
Voxelgon SQL schema
# ************************************************************
# Sequel Pro SQL dump
# Version 4096
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: localhost (MySQL 5.6.16)
# Database: test
# Generation Time: 2014-03-18 01:41:34 +0000
# ************************************************************
# Sequel Pro SQL dump
# Version 4096
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: localhost (MySQL 5.6.16)
# Database: Voxelgon
# Generation Time: 2014-03-17 05:27:01 +0000
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.IO;
using LitJson;
namespace Voxelgon{
@drewcassidy
drewcassidy / SQL_Dump.sql
Last active August 29, 2015 13:57
Elements for Voxelgon
# ************************************************************
# Sequel Pro SQL dump
# Version 4096
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: localhost (MySQL 5.6.16)
# Database: Voxelgon
# Generation Time: 2014-03-17 00:24:44 +0000
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
filetype plugin indent on " required
"
" Brief help
@drewcassidy
drewcassidy / config.cson
Last active August 29, 2015 13:56
My own Atom config files
'editor':
'fontSize': 12
'showIndentGuide': true
'preferredLineLength': 140
'tabLength': 4
'core':
'themes': [
'atom-flat-ui'
'monokai-flat'
]
@drewcassidy
drewcassidy / blah1
Created February 27, 2014 01:42
discription
blah111