Envato has good quality stock items for projects.
Visit Envato audiojungle for royalty free music and audio. They also
have themes, graphics, code and more.
Audiojungle music and sound effects
Friday, 10 November 2017
Saturday, 24 June 2017
Free Chiptune music, Sound effects, Vector designs
I make and share Chiptune music with the world for their projects, video's, games or listen just for fun. Visit my Patreon for more info: https://www.patreon.com/orginaljun
My video channel at vidme for animation, tutorials etc:
My youtube channel
My free Chiptune music at Soundcloud:
https://soundcloud.com/orginaljun
My free soundeffects at:
http://www.freesound.org/people/orginaljun
My Free Vector designs at my blog and Deviantart
My blog: http://orginaljun.blogspot.nl/2016_07_31_archive.html
My Deviantart: http://orginaljun.deviantart.com/gallery/24740091/illustrator
Any support is welcome ^^. Like and Share or you can even support me on Patreon.
Many thanks, because you are not only supporting me, but also the community using my free Vector designs, Soundeffects and free Chiptune music.
My video channel at vidme for animation, tutorials etc:
My youtube channel
My free Chiptune music at Soundcloud:
https://soundcloud.com/orginaljun
My free soundeffects at:
http://www.freesound.org/people/orginaljun
My Free Vector designs at my blog and Deviantart
My blog: http://orginaljun.blogspot.nl/2016_07_31_archive.html
My Deviantart: http://orginaljun.deviantart.com/gallery/24740091/illustrator
Any support is welcome ^^. Like and Share or you can even support me on Patreon.
Many thanks, because you are not only supporting me, but also the community using my free Vector designs, Soundeffects and free Chiptune music.
Sunday, 21 May 2017
Orginaljun - Mech Arrived
If you like my free Chiptune Music, then be a patreon ^^ to support me on my patreon channel:
https://www.patreon.com/orginaljun
Music made by me Orginaljun,
Made with the program BeepBox: http://www.beepbox.co
For better sound quality you can also listen it on soundcloud
https://soundcloud.com/orginaljun
License: Attribution-NoDerivs 3.0 Unported
www.creativecommons.org/licenses/by-nd/3.0/
You are free to use the Music (even for commercial purposes)
as long as you credit: vid.me/Orginaljun or orginaljun.deviantart.com or orginaljun where possible.
Thank you for the effort. ^^
www.creativecommons.org/licenses/by-nd/3.0/
You are free to use the Music (even for commercial purposes)
as long as you credit: vid.me/Orginaljun or orginaljun.deviantart.com or orginaljun where possible.
Thank you for the effort. ^^
Sunday, 14 May 2017
Orginaljun - 8bit Friends
If you like my free Chiptune Music, then be a patreon ^^ to support me on my patreon channel:
https://www.patreon.com/orginaljun
Music made by me Orginaljun,
Made with the program BeepBox: http://www.beepbox.co
For better sound quality you can also listen it on soundcloud
https://soundcloud.com/orginaljun
License: Attribution-NoDerivs 3.0 Unported
www.creativecommons.org/licenses/by-nd/3.0/
You are free to use the Music (even for commercial purposes)
as long as you credit: vid.me/Orginaljun or orginaljun.deviantart.com or orginaljun where possible.
Thank you for the effort. ^^
www.creativecommons.org/licenses/by-nd/3.0/
You are free to use the Music (even for commercial purposes)
as long as you credit: vid.me/Orginaljun or orginaljun.deviantart.com or orginaljun where possible.
Thank you for the effort. ^^
Saturday, 7 January 2017
Amazing Brightness In the Bathroom with led strip
Subscribe to my youtube channel orginaljun for more tutorials and animations ^^
Follow me on:
https://www.facebook.com/jun.orginaljun
https://twitter.com/orginaljun
http://orginaljun.blogspot.nl/
Follow me on:
https://www.facebook.com/jun.orginaljun
https://twitter.com/orginaljun
http://orginaljun.blogspot.nl/
Friday, 30 December 2016
How To Remove Plastic Sealing Cover From Cleaning Package
If this was helpful subscribe to my youtube channel orginaljun, thanks :),
Thursday, 29 December 2016
Flash How Use Gradients And Add To Object
Subscribe to my youtube channel orginaljun if this was helpful to you thanks :)
Flash How To Use Alpha Transparency
Subscribe to my youtube channel orginaljun if this was helpful to you thanks :)
Flash How To Subtract From Shape Objects
Subscribe to my youtube channel orginaljun for more video's if this was helpful, thanks:)
Flash how to use shape tweens and shape hints
Subscribe to my youtube channel orginaljun if this was helpful, thanks :)
Tuesday, 20 December 2016
Wednesday, 14 December 2016
Stick Man Fight Lab Facility
https://www.youtube.com/user/soulesx3
Tuesday, 13 December 2016
Raspberry pi b+ how to enable 512mb and install RetroPie while keeping Raspbian os.
Please have your internet cable connected to your raspberry pi, because in this method we gonna download and install retro pie in the terminal window. Also it will update files when installing Raspbian.
First thing to do is to format your micro sd card with sdformatter
https://www.sdcard.org/downloads/formatter_4/. If you are on a mac just go to application > utilitis> disk utilitis> choose fat and erase
I will keep it as clear as possible, first get noobz from https://www.raspberrypi.org/downloads/
Unzip het and open the main map. These files copy and paste in the micro sd card. Then put your sd card in the raspberry pi and power it on. It will go to os installation, then you will see software which you wanna install. Just choose Raspbian, then it will take about 20 min to install. When its finished and rebooted to OS Raspbian. Select A terminal window in the top left corner, click on it. A window pop up where you can typ your commands.
In this terminal window we gonna enable the 512 mb. (It only works in the terminal window while your still in Raspbian os, keep that in mind.)
Follow the steps in the tutorial link below.
https://www.stewright.me/2012/10/tutorial-enable-512mb-ram-on-raspberry-pi-with-firmware-update/
In the last step type free -m
to see if you really have enabled the 512mb or not. In the raspi config the max memory you can set is 256mb and not higher. If you do input higher number then the raspberry pi will be out of memory and you need to start from the beginning again.
Dont worry when you have enabled the 512 mb the raspberry is using its memory for browsing or gaming.
After you rebooted, click again the terminal window in Raspbian os.
Now we gonna download and install retropie from the internet within the terminal window.
Follow these steps in the link below
http://www.yourgeekytipster.com/apps/blog/show/43885936-setup-a-raspberry-pi-and-install-retro-pi
Typ exactly as shown. example :
sudo apt-get update (enter to load this command)
sudo apt-get install -y git dialog (enter to load this command)
Some command line does nothing like cd, chmod +x retropie_setup.sh just typ the next command code and move on. When its all finished downloading and installing. You will be seeing a grey screen. Choose the first one and install Binaries Based Installation (The basic install). This will install retropie, it takes about 45 minutes and the screen will go black, but thats just the screen saver or something, you know when its finished if the green light on the raspberry stops thinking and flashing for 3 minutes, When you know for sure its finished then press the arrow key on the keyboard to get out of black screen energy saver. Of course when you boot it will boot first Raspbian, but its handy when starting up to choose and type startx (go to OS) or emulationstation(retropie). To do this go to sudo raspi-config and go to boot and choose the second option
"Text Console, automatically logged in a 'pi' user"
In case you need to login your default username and password see below the login default.
Username: pi
Password: raspberry
It wasnt easy, it takes along time to install. I hope this helps for people who are in the same problem as me. Subscribe to my youtube to support me Thanks :). https://www.youtube.com/user/soulesx3
First thing to do is to format your micro sd card with sdformatter
https://www.sdcard.org/downloads/formatter_4/. If you are on a mac just go to application > utilitis> disk utilitis> choose fat and erase
I will keep it as clear as possible, first get noobz from https://www.raspberrypi.org/downloads/
Unzip het and open the main map. These files copy and paste in the micro sd card. Then put your sd card in the raspberry pi and power it on. It will go to os installation, then you will see software which you wanna install. Just choose Raspbian, then it will take about 20 min to install. When its finished and rebooted to OS Raspbian. Select A terminal window in the top left corner, click on it. A window pop up where you can typ your commands.
In this terminal window we gonna enable the 512 mb. (It only works in the terminal window while your still in Raspbian os, keep that in mind.)
Follow the steps in the tutorial link below.
https://www.stewright.me/2012/10/tutorial-enable-512mb-ram-on-raspberry-pi-with-firmware-update/
In the last step type free -m
to see if you really have enabled the 512mb or not. In the raspi config the max memory you can set is 256mb and not higher. If you do input higher number then the raspberry pi will be out of memory and you need to start from the beginning again.
Dont worry when you have enabled the 512 mb the raspberry is using its memory for browsing or gaming.
After you rebooted, click again the terminal window in Raspbian os.
Now we gonna download and install retropie from the internet within the terminal window.
Follow these steps in the link below
http://www.yourgeekytipster.com/apps/blog/show/43885936-setup-a-raspberry-pi-and-install-retro-pi
Typ exactly as shown. example :
sudo apt-get update (enter to load this command)
sudo apt-get install -y git dialog (enter to load this command)
Some command line does nothing like cd, chmod +x retropie_setup.sh just typ the next command code and move on. When its all finished downloading and installing. You will be seeing a grey screen. Choose the first one and install Binaries Based Installation (The basic install). This will install retropie, it takes about 45 minutes and the screen will go black, but thats just the screen saver or something, you know when its finished if the green light on the raspberry stops thinking and flashing for 3 minutes, When you know for sure its finished then press the arrow key on the keyboard to get out of black screen energy saver. Of course when you boot it will boot first Raspbian, but its handy when starting up to choose and type startx (go to OS) or emulationstation(retropie). To do this go to sudo raspi-config and go to boot and choose the second option
"Text Console, automatically logged in a 'pi' user"
In case you need to login your default username and password see below the login default.
Username: pi
Password: raspberry
It wasnt easy, it takes along time to install. I hope this helps for people who are in the same problem as me. Subscribe to my youtube to support me Thanks :). https://www.youtube.com/user/soulesx3
Saturday, 26 November 2016
Snes To CCTV Security Monitor
Ever wondered how to connect a snes with av cable to the cctv security monitor?
Please watch video tutorial on how to connect it. I bought this old cctv monitor at a flea market for 5 Euro. Its a small but fun monitor cctv to connect your retro consoles. Its about 5 kg so its easy to carry it around.Thursday, 20 October 2016
Free Vector Ghost Art Brush
Free to use Ghost Art Brush, please look at the
picture below where its located when
opening eps file. Its located in the Brushes panel. If you want
to use art brush then please draw a line with the pencil tool in 100%
view, because if you dont draw a line in 100% view it will get
distorted. Also please draw a simple line and not too complicated. If
you want to change color just click on a different color in color
swatches. The very bottom ghosts that is upside down is to rotate the ghost 180 degree.
Eps file Vector zip file download click on this link.
(Top screen there is a download arrow when you go to the page.)
https://drive.google.com/file/d/0B1TvFEQkIVVUb3puc1lGRWtJQmc/view?usp=sharing
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Eps file Vector zip file download click on this link.
(Top screen there is a download arrow when you go to the page.)
https://drive.google.com/file/d/0B1TvFEQkIVVUb3puc1lGRWtJQmc/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Free Flower Vector bundle 11
If you want to print it out, please note that not all is unified. So please save it as a png, pdf or Jpeg to print it out.
Transparent png is included in the zip file.
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUbXpJZE44OE5UOTQ/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Transparent png is included in the zip file.
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUbXpJZE44OE5UOTQ/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Free Flower Vector bundle 10
If you want to print it out, please note that maybe some parts are not unified. So please save it as a png, pdf or Jpeg to print it out. Im pretty sure in this flower bundle 10 are all unified.
Transparent png is included in the zip file.
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUNDRMSGZ4NEYwcjg/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Transparent png is included in the zip file.
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUNDRMSGZ4NEYwcjg/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Tuesday, 18 October 2016
Free Flower Vector bundle 09
If you want to print it out, please note that its not unified. So please save it as a png, pdf or Jpeg to print it out.
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUWjdxT2NKYWRPYU0/view?usp=sharing
Download link at:
https://drive.google.com/file/d/0B1TvFEQkIVVUWjdxT2NKYWRPYU0/view?usp=sharing
Please share and credit orginaljun.blogspot.nl, more free vectors will be uploaded every week. Thank you very much :)
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
License
This work is licensed under Creative Commons Attribution-Share Alike 3.0 License.
You are free to use this work and for commercial purposes,
as long as you credit me with a link to this account http://orginaljun.blogspot.nl
Share Alike — If you alter, transform, or build upon this work,
you may distribute the resulting work only under the same or similar license to this one.
Tuesday, 27 September 2016
Stick Man vs Wall Animation
Stick Man vs Wall.
Please share and like, thank you very much.
My first stickfigure animation. The second animation is in the making.
I wil try to upload 1 episode every 2 weeks on youtube so subscribe ^^.
Please click on the link below to watch animation.
https://www.youtube.com/watch?v=alMyjS3mkXA
Please share and like, thank you very much.
My first stickfigure animation. The second animation is in the making.
I wil try to upload 1 episode every 2 weeks on youtube so subscribe ^^.
Please click on the link below to watch animation.
https://www.youtube.com/watch?v=alMyjS3mkXA
Subscribe to:
Posts (Atom)






