forum

osu! uebu (HTML5 osu!)

posted
Total Posts
46
show more
XPJ38
I'll keep an eye on your project, it looks promising :)

Marcin wrote:

Frowned wrote:

The name "uebu" is just the romanji for the japanese word for the world wide web, when pronounced it sounds like oo-web-oo. Just like how osu is the romanji for "push" (as in pushing a button) in japanese.
I thought it was some kind of greeting, originating from ... I don't remember this word :/
Yep, it comes from ohayo gozaimasu!
Topic Starter
Frowned
I've gotten what i've already written of the asm.js rendering code to compile in Odinmonkey (Firefox's asm.js Engine)... that only took 4 hours (asm.js is really hard to write correctly).
quantum-rose
really a great job
ErunamoJAZZ
I would be very interested in having an editor for firefox. It would be cool to edit maps way to college on a tablet... or something.
As a Linux user, an editor is a good idea, as there is no native client here.

Your project is very interesting, and I think it has a better approach than the others that are out there.

Good Luck!! :D
Topic Starter
Frowned
Struggling with the javascript libraries for unzipping beatmaps and Skins, It would be nice if there was a simple up to date library for it, i'm having to write my own zip parser and use the zpipe DEFLATE implementation.

Edit: I found a library but it's a little big, I may actually compress the compressing code and use the decompressing code to decompress the compressing code :P
- Marco -

Frowned wrote:

marcostudios wrote:

My pc don't support WebGL

Oh well... good luck ^^
try firefox, or setting your browser to use software OpenGL renderer.
How to do this with chrome?
Topic Starter
Frowned

marcostudios wrote:

How to do this with chrome?
first are you running XP?
if so that's why.

if that's not the case then try adding this to the end of the chrome shortcut:
--ignore-gpu-blacklist

Edit: just got skin/replay/beatmap decompression working, now i need to do Filesystem IO and skin/replay/beatmap parsing and the majority of the display code as well as game logic.
Topic Starter
Frowned
I've gotten beatmap decompression done, and skin loading is mostly finished...
- Marco -

Frowned wrote:

first are you running XP?
if so that's why.
oh so it doesn't work on XP? :(

oh well time to buy a new PC ^^
Topic Starter
Frowned

marcostudios wrote:

oh so it doesn't work on XP? :(

oh well time to buy a new PC ^^
just update to windows 7
Kuudere
Do you have any plans to port this to a windows store app?

After 8.1 all the technologies you're using can work on the in store apps.
olszam
A good motive to do it in HTML5. For Linux users this is already a plus just to the acceleratedi gpu did not lagg. I also wanted to do a project in HTML5, but as for now, the lack of time and motivation :(

sry for my english ;3
Chokladboll
I really approve of this idea, even though it lacks some features
Chamosiala
...but why
Topic Starter
Frowned
File-system storage is almost complete, i just need to debug an issue with the storage API that wraps the JavaScript Filesystem API reporting it's being given more space than it actually is, and add the ability to open files for reading instead of write-only. After this the five remaining things are beatmap parsing, score calculation, input/replays and rendering/webgl shaders.

For those of you who are interested, osu! uebu now consists of:
11 javascript files, 1 html file (the page it runs on), 1 css file (styling for that page) and 1 osk file(containing the default osu! skin*), each javascript file has a length of between 140 to 350 lines of code.


*i have permission from peppy to use osu! graphical assets, and the name osu! in osu! uebu.
Topic Starter
Frowned

Frowned wrote:

List of things I will never do:
  1. Support any microsoft browser.
  2. Support IOS Safari.
  3. Add Catch The Beat.

UselessFlaw wrote:

Do you have any plans to port this to a windows store app?

After 8.1 all the technologies you're using can work on the in store apps.
see item 1 on the list

As a side note: asm.js won't be much faster than normal js if you aren't using a browser that has an asm.js compiler built in (i.e. Firefox 24 or later (no other browsers currently have an asm.js compiler)).

Edit: sorry for the double post.
Chokladboll
What's the progress so far?
logon13
I'm really looking foward to this. Good luck
ymn_old
This sounds exciting. Best of luck! Let me know if you need a hand.
iiNuTz xD
Sounds like quite a big leap for osu!
Any news on progression?
Yukiteru Amano
CTB modcist!
Topic Starter
Frowned
This project is kind of on the backburner for me right now i'll be working on it soon though... i've been busy with other projects
LoupDuQc

Frowned wrote:

This project is kind of on the backburner for me right now i'll be working on it soon though... i've been busy with other projects
Would it be possible to have access to what you've done so far? I'm quite intrested about how you're doing it as I have yet to learn how to do graphic stuff with javascript/html5.
Rirakusu
Actually I'm still wondering how you managed to extract osz files using JavaScript? I know it's possible with PHP but JS?

And I'm still figuring out how slider-drawing in canvas works TT
DarkStoorM

jinhang_ang wrote:

Actually I'm still wondering how you managed to extract osz files using JavaScript?
I think this will be your answer: zip.js
You can also check this thread on stackoverflow.
Topic Starter
Frowned
I didn't use zip.js but i used a similar library yes. I'm currently working on a method for storing the uncompressed files if local file system access isn't available.
dinan_old
Good :D
Topic Starter
Frowned
I'm looking for someone to work on this with me if anyone would be interested.
LoupDuQc

Frowned wrote:

I'm looking for someone to work on this with me if anyone would be interested.
Interest and will to help I do have, and I'm also able to use javascript, but haven't seen other way to display things other then HTML/css (snake using table is so wonderful XD) with it and I'm also starting to learn object oriented programation in flash...
may not be much that I can do, but I'm willing to look at new things if needed
Topic Starter
Frowned

LoupDuQc wrote:

Frowned wrote:

I'm looking for someone to work on this with me if anyone would be interested.
Interest and will to help I do have, and I'm also able to use javascript, but haven't seen other way to display things other then HTML/css (snake using table is so wonderful XD) with it and I'm also starting to learn object oriented programation in flash...
may not be much that I can do, but I'm willing to look at new things if needed
Pm me your skype or google talk info so I can contact you.
Howl
I may can help in the backend if there's anything php-related.
Topic Starter
Frowned
It's being done entirely in ECMAScript (standardized JavaScript) on the clientside so I doubt we'll need php but thanks anyway.
akiroz_old
Hi, I was thinking about starting a similar project and got directed here....
Are there any plans to make this project open source so I could help in some way?

I'm aware of a similar project around here called osu!web but they seem dead with a working demo released.
Their latest commit on git was Feb 26, 2013 (almost 2 years ago at the time of writing this) with 0 contributors on the repo.
How's the progress over here?

Nice naming btw, had me scratching my head until I read it out loud :)
Topic Starter
Frowned
I've been a bit busy lately, i'm planning on working more on this sometime soon. My computer is currently having issues where it hangs randomly so that's kind of getting in my way.
akiroz_old
If it's ok with you, maybe you can share the code with me so I could get a better idea of this project in its current state?
Please sign in to reply.

New reply