|
5c9cc2223e
|
set up Ruby load path for runtime modules; add runtime.rb
|
2014-07-15 15:26:35 -04:00 |
|
|
71578566fe
|
link with static libgcc and libstdc++ on Windows
|
2014-07-15 12:05:32 -04:00 |
|
|
4d515297e6
|
rework Rakefile.rb to allow cross-compiling from cygwin
|
2014-07-15 11:56:34 -04:00 |
|
|
d5e7774e3c
|
rename runtime/fonts/freefont -> runtime/fonts/freefont-ttf-20120503
|
2014-07-15 10:32:25 -04:00 |
|
|
ece813da21
|
add dejavu-fonts-ttf-2.34 fonts to runtime
|
2014-07-15 10:31:57 -04:00 |
|
|
17bce5caed
|
move JES_O_BINARY to FileReader.cc
|
2014-07-12 11:23:11 -04:00 |
|
|
a3326b099b
|
print exceptions like MRI
|
2014-07-12 11:12:21 -04:00 |
|
|
2d7d3d14ab
|
pass ARGV to main.rb; catch bootstrapping exceptions
|
2014-07-12 10:30:02 -04:00 |
|
|
f0db52e3d7
|
embed a Ruby; load runtime/main.rb
|
2014-07-12 10:09:24 -04:00 |
|
|
a717ed4a38
|
fix unit tests for reorganized codebase
|
2014-07-12 09:46:32 -04:00 |
|
|
e1c5d0f0f4
|
remove library/gui source trees, put everything under src/
|
2014-07-12 09:46:32 -04:00 |
|
|
45d86d1e35
|
determine baseline offset based on descender for "g" glyph
|
2014-06-26 14:09:02 -04:00 |
|
|
dd5b7bf8fd
|
GUI: add load_buffers(), draw_rect()
|
2014-06-26 12:50:48 -04:00 |
|
|
7c9c176c90
|
add GLBuffer class
|
2014-06-26 12:49:40 -04:00 |
|
|
2f7bac1d75
|
update shaders to #version 410
|
2014-06-26 12:00:04 -04:00 |
|
|
3c22fed1fe
|
GUI: add resize() and draw()
|
2014-06-26 11:15:34 -04:00 |
|
|
23a24e4af4
|
GUI: load GL shaders/programs
|
2014-06-26 10:47:46 -04:00 |
|
|
c5de5ae479
|
rework text shader, add basic and rect shaders
|
2014-06-26 10:47:45 -04:00 |
|
|
7623a85e4e
|
make GUI resizable
|
2014-06-24 21:40:56 -04:00 |
|
|
da2bf02922
|
include string.h in GLTexture.cc
|
2014-06-24 18:31:24 -04:00 |
|
|
33242af038
|
Font: fix glyph vertex and texture coordinates
|
2014-06-24 09:29:28 -04:00 |
|
|
4ef71dae79
|
fix text vertex shader coordinate mapping
|
2014-06-24 09:28:20 -04:00 |
|
|
eb72558cf7
|
add GLTexture class; use from Font::Glyph
|
2014-06-24 09:18:13 -04:00 |
|
|
89849c561a
|
Font::render(): bind buffer before setting vertex attribute pointer
|
2014-06-24 08:40:27 -04:00 |
|
|
98a27bd20b
|
build glyph bitmap position into its VBO coordinates
|
2014-06-23 16:35:39 -04:00 |
|
|
f75cd9d4ad
|
rename GLProgram::operator[]() to GLProgram::get_uniform()
|
2014-06-23 16:24:00 -04:00 |
|
|
5403d13f6a
|
rename Font::operator[]() to Font::get_glyph()
|
2014-06-23 16:23:40 -04:00 |
|
|
d7f7dbdc28
|
rename Font::draw() to Font::render()
|
2014-06-23 16:23:23 -04:00 |
|
|
5558eec534
|
add GLShader::create() which takes a PathRef
|
2014-06-23 16:11:20 -04:00 |
|
|
d54e772803
|
add Path::read()
|
2014-06-23 15:59:38 -04:00 |
|
|
08979cef45
|
add FileReader class
|
2014-06-23 15:57:07 -04:00 |
|
|
975c393b1d
|
JES_Init() should be static inline
|
2014-06-23 15:56:31 -04:00 |
|
|
f7937c1bea
|
rename FileReader to FileLoader
|
2014-06-23 15:46:56 -04:00 |
|
|
29520933f7
|
add test_Ref.cc
|
2014-06-23 15:10:03 -04:00 |
|
|
1d049b5f27
|
Ref: add operator==(), operator!=()
|
2014-06-23 15:07:19 -04:00 |
|
|
8aff635d5f
|
implement vertex coordinate mapping in text.v.glsl
|
2014-06-23 15:05:28 -04:00 |
|
|
21aa8543ac
|
Font: add operator[](), get_baseline_offset()
|
2014-06-23 14:43:38 -04:00 |
|
|
da73f62845
|
compute Font advance from that of "x" glyph
|
2014-06-23 14:26:48 -04:00 |
|
|
91e6988fce
|
add Font::Glyph class
|
2014-06-23 14:23:34 -04:00 |
|
|
959a2571af
|
add Font::get_line_height()
|
2014-06-23 13:08:29 -04:00 |
|
|
77022ae0b5
|
fix reading files without performing newline conversion on Windows
|
2014-06-23 11:51:08 -04:00 |
|
|
dfbbd04862
|
add FontManager::get_mono_font()
|
2014-06-22 21:25:50 -04:00 |
|
|
076e2a51d7
|
fix Runtime::locate() to calculate proper runtime directory
|
2014-06-22 21:24:46 -04:00 |
|
|
bdd28ab362
|
updates to Runtime::locate(), FontManager, and GUI loading
|
2014-06-22 21:16:08 -04:00 |
|
|
1effe27afb
|
link with libjes.a as a source so Rscons picks up library file modifications
|
2014-06-22 21:02:02 -04:00 |
|
|
cae4b077d9
|
fix Path::ext() when new_ext == ""
|
2014-06-22 21:01:38 -04:00 |
|
|
a1e9c30af2
|
add Path::ext()
|
2014-06-22 20:36:54 -04:00 |
|
|
87c3abe0fa
|
add GLShader and GLProgram
|
2014-06-22 16:46:59 -04:00 |
|
|
f94b754b0a
|
Path::dirname() and Path::join() return PathRef
|
2014-06-22 16:08:40 -04:00 |
|
|
6a51c5a880
|
fill in Runtime::locate()
|
2014-06-22 16:02:40 -04:00 |
|