Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
a49ae881
Commit
a49ae881
authored
May 07, 2016
by
Stephanie Gawroriski
Browse files
Upload the mascot.
parent
d52584ee
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
readme.mkd
View file @
a49ae881
...
...
@@ -4,6 +4,8 @@
<steven@multiphasicapps.net>
*
Copyright (C) 2013-2016 Multi-Phasic Applications
<http://multiphasicapps.net/>
*
The SquirrelJME Mascot was drawn by...
*
"_Puppenstein_"
<http://www.furaffinity.net/user/puppenstein/>
**SquirrelJME**
is intended to be a Java ME 8 compatible environment for
strange and many other devices. The source is written in pure Java.
...
...
src/developer-notes/steven-gawroriski/2016/05/07.mkd
View file @
a49ae881
...
...
@@ -35,3 +35,19 @@ are destroyed anyway. Only when the end of a basic block is reached will they
actually be stored somewhere, be it in registers or on the stack. I would
suppose that a generic code generator can work also.
## 13:30
SquirrelJME now has a mascot! yay! She did quite a nice job on it.
## 16:01
I need to devise a somewhat slow downscale method which can keep borders of an
image. That is, it downscale intelligently rather than using an average kind of
means when doing so. Current downscalers pretty much treat all pixels as alike.
Nearest is rather even when it comes to pixels by just choosing one at a given
position, while linear and such average the colors out. I suppose for extremley
low resolutions, I can just drop to pixel art. For example 8x8 would be pixel
art drawn myself while high resolution images would be the drawn mascot. Not
sure it would be possible for the algorithm I am thinking about writing would
be able to scale the image down so much.
src/squirreljme-mascot/META-INF/MANIFEST.MF
0 → 100644
View file @
a49ae881
Manifest-Version: 1.0
X-Hairball-Name: squirreljme-mascot
X-Hairball-UUID: 4e961d3f-5a7a-40af-a947-81d108fdce05
LIBlet-Title: SquirrelJME Mascot
LIBlet-Vendor: Steven Gawroriski
LIBlet-Version: 1.8.0.20160507
LIBlet-Description: This package contains the mascot for
SquirrelJME.
src/squirreljme-mascot/full.png.b64
0 → 100644
View file @
a49ae881
This diff is collapsed.
Click to expand it.
src/squirreljme-mascot/head.png.b64
0 → 100644
View file @
a49ae881
This diff is collapsed.
Click to expand it.
src/squirreljme-mascot/mascot.mkd
0 → 100644
View file @
a49ae881
# Mascot
This package contains the mascot for this software.
*
The SquirrelJME Mascot was drawn by...
*
"_Puppenstein_"
<http://www.furaffinity.net/user/puppenstein/>
# High Resolution Usage
For display purposes and on high resolution systems, the mascot as it currently
is can be used.
# Low Resolution Usage
For extremely low resolutions from 16x16 and below, the mascot would likely
have to be manually drawn as low resolution pixel art.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment