-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
44 lines (34 loc) · 1.84 KB
/
atom.xml
File metadata and controls
44 lines (34 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[blog.kyle.lu]]></title>
<link href="http://blog.kyle.lu//atom.xml" rel="self"/>
<link href="http://blog.kyle.lu//"/>
<updated>2014-11-03T15:49:41+08:00</updated>
<id>http://blog.kyle.lu//</id>
<author>
<name><![CDATA[Kyle Lu]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Compiling Fceux With Emscripten]]></title>
<link href="http://blog.kyle.lu//blog/20141031/compiling-fceux-with-emscripten/"/>
<updated>2014-10-31T15:29:13+08:00</updated>
<id>http://blog.kyle.lu//blog/20141031/compiling-fceux-with-emscripten</id>
<content type="html"><![CDATA[<p>I’m trying to compile fceux with Emscripten to see if it’s able to run a nes emulator within a mobile browser.
Which means without webGL support.</p>
<p>I tried <a href="https://github.com/libretro/RetroArch">RetroArch</a> with <a href="https://github.com/libretro/fceu-next">fceu-next</a>, but that means I had to deal with 2 code bases. I decided to try the original <a href="http://fceux.com/">fceux</a>.</p>
<p>After a few days of trial and error, it finally builded successfully.
It seems to run on destop browsers(Firefox, Chrome, Safari), but unfortuanlly the framerate is too low on mobile ones(Safari & Chrome on iOS) and there’s no sound.</p>
<p>Repo: <a href="https://github.com/kyle-lu/fceux.js">fceux.js</a></p>
<p>End of the story :(</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Hello, Octopress!]]></title>
<link href="http://blog.kyle.lu//blog/20141031/hello/"/>
<updated>2014-10-31T13:58:30+08:00</updated>
<id>http://blog.kyle.lu//blog/20141031/hello</id>
<content type="html"><![CDATA[
]]></content>
</entry>
</feed>